Q3OrthographicCamera_SetLeft
You can use theQ3OrthographicCamera_SetLeft
function to set the left side of an orthographic camera.
TQ3Status Q3OrthographicCamera_SetLeft ( TQ3CameraObject camera, float left);
camera
- An orthographic camera object.
left
- The desired left side of the specified orthographic camera.
DESCRIPTION
TheQ3OrthographicCamera_SetLeft
function sets the left side of the orthographic camera specified by thecamera
parameter to the value specified by theleft
parameter.